Submit

Airtable Mcp

@Ginikachukwu Nwibe

Create, query, and manage Airtable records and attachments using natural language commands.
Overview

Airtable MCP Server is a powerful implementation of the Model Context Protocol (MCP) that connects AI assistants like Claude and other LLMs to Airtable bases. Developed by the Activepieces team, this server enables LLMs to interact with Airtable databases using natural language, allowing them to read, write, update, and search data easily.

Built as part of the MCP ecosystem on Activepieces, the Airtable MCP Server uses the Airtable API to act as a middleware between AI models and Airtable. It translates natural language prompts into actionable API calls, unlocking AI-driven workflows across tables and records.

By integrating Airtable with AI assistants, this server empowers users to automate database operations, streamline content creation, manage projects, and enable intelligent querying, without writing manual scripts or queries. It can be quickly deployed on the cloud (which is faster) or self-hosted

Server Config

{
  "mcpServers": {
    "Activepieces": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cloud.activepieces.com/api/v1/mcp/**********************/sse"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.